Navigator
Functions
Link copied to clipboard
Link copied to clipboard
open fun demandClassOrInterface(compilationUnit: CompilationUnit, qualifiedName: String): ClassOrInterfaceDeclaration
Link copied to clipboard
Returns the
(i+1)'th constructor of the given type declaration, in textual order.Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Traverses the parent chain starting at
node and returns the first Node that returns make isAcceptedParentNode evaluate to true.Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Looks among the type declared in the Compilation Unit for one having the specified name.
open fun findType(td: TypeDeclaration<out Any>, qualifiedName: String): Optional<TypeDeclaration<out Any>>
Looks among the type declared in the TypeDeclaration for one having the specified name.
Link copied to clipboard