Uses of Class
codeanalysis.syntax.SyntaxTree
Packages that use SyntaxTree
-
Uses of SyntaxTree in codeanalysis
Methods in codeanalysis that return SyntaxTreeModifier and TypeMethodDescriptionCompilation.getSyntaxTree()Gets the syntax tree associated with this compilation.Constructors in codeanalysis with parameters of type SyntaxTreeModifierConstructorDescriptionCompilation(SyntaxTree syntaxTree) Constructs a Compilation object with the specified syntax tree. -
Uses of SyntaxTree in codeanalysis.syntax
Methods in codeanalysis.syntax that return SyntaxTreeModifier and TypeMethodDescriptionParser.parse()Parses the input text and generates a syntax tree.static SyntaxTreeSyntaxTree.parse(SourceText text) Parses the specified source code text and returns the corresponding syntax tree.static SyntaxTreeParses the specified source code text and returns the corresponding syntax tree.