summaryrefslogtreecommitdiff
path: root/src/test/java/org
AgeCommit message (Collapse)Author
2026-05-23Preserve existing custom areasMichael Williamson
2026-05-23Write custom area contentMichael Williamson
2026-05-23Write custom area delimitersMichael Williamson
2026-05-23Add a notion of JavaCustomArea to type declarationsMichael Williamson
2026-05-20Type check native type definitionsMichael Williamson
2026-05-20Add namespace name to native typesMichael Williamson
2026-05-20Parse native type definitionsMichael Williamson
2026-05-20Add "native" keywordMichael Williamson
2026-05-18Support static method declarations in JavaMichael Williamson
2026-05-18Add build method to buildersMichael Williamson
2026-05-18Track struct field typesMichael Williamson
2026-05-18Collect mapping of variants to sum typesMichael Williamson
2026-05-18Add Java new expressionMichael Williamson
2026-05-18Support JavaTypeRef to inner typeMichael Williamson
2026-05-18Extract JavaTypeRef.generic()Michael Williamson
2026-05-18Extract JavaTypeRef.ref()Michael Williamson
2026-05-17Add Java return statement nodeMichael Williamson
2026-05-17Add body to Java method nodesMichael Williamson
2026-05-17Add params to Java method nodeMichael Williamson
2026-05-17Add body to Java record nodeMichael Williamson
2026-05-17Introduce DocCommentMichael Williamson
2026-05-10Use docs comments in java-types outputMichael Williamson
2026-05-10Parse doc comment for sum definitionsMichael Williamson
2026-05-10Parse doc comment for struct definitionsMichael Williamson
2026-05-10Tokenize doc commentsMichael Williamson
2026-05-10Add doc comment to sum definition nodesMichael Williamson
2026-05-10Add doc comment to struct definition nodesMichael Williamson
2026-05-08Support List in java-typesMichael Williamson
2026-05-08Type check constructed typesMichael Williamson
2026-05-06Add ConstructedNativeTypeMichael Williamson
2026-05-03Use isUntypedTypeLevelReferenceNode()Michael Williamson
2026-05-03Extract UntypedNodeMatchersMichael Williamson
2026-05-03Rename scalar type to native typeMichael Williamson
2026-05-03Parse constructed typesMichael Williamson
2026-05-03Tokenize commaMichael Williamson
2026-05-03Tokenize square bracketsMichael Williamson
2026-05-03Add methods to Java classesMichael Williamson
2026-05-03Support writing empty Java class declarationsMichael Williamson
2026-05-03Add tests for writing Java interface declarationsMichael Williamson
2026-05-02Create generators from configMichael Williamson
2026-04-28Type check sum definitionsMichael Williamson
2026-04-28Parse sum typesMichael Williamson
2026-04-28Tokenize variant keywordMichael Williamson
2026-04-28Tokenize sum keywordMichael Williamson
2026-04-26Declare types ahead of defining themMichael Williamson
2026-04-26Hack together basic Java types generatorMichael Williamson
2026-04-26Add stubbed java output exampleMichael Williamson
2026-04-26Add stubbed Java generatorMichael Williamson
2026-04-25Type check struct fieldsMichael Williamson
2026-04-25Type check namespace bodiesMichael Williamson