Uses of Class
org.fife.rsta.ac.java.rjc.ast.NormalClassDeclaration
Packages that use NormalClassDeclaration
Package
Description
Java code completion classes.
A parser for Java source code.
-
Uses of NormalClassDeclaration in org.fife.rsta.ac.java
Methods in org.fife.rsta.ac.java with parameters of type NormalClassDeclarationModifier and TypeMethodDescriptionList<org.fife.ui.autocomplete.Completion> SourceParamChoicesProvider.getLocalVarsFieldsAndGetters(NormalClassDeclaration ncd, String type, int offs) Gets all local variables, fields, and simple getters defined in a class, that are of a specific type, and are accessible from a given offset. -
Uses of NormalClassDeclaration in org.fife.rsta.ac.java.rjc.parser
Methods in org.fife.rsta.ac.java.rjc.parser that return NormalClassDeclarationModifier and TypeMethodDescriptionprivate NormalClassDeclarationASTFactory.getNormalClassDeclaration(CompilationUnit cu, Scanner s, TypeDeclarationContainer addTo) Methods in org.fife.rsta.ac.java.rjc.parser with parameters of type NormalClassDeclarationModifier and TypeMethodDescriptionprivate voidASTFactory.getClassBody(CompilationUnit cu, Scanner s, NormalClassDeclaration classDec) private voidASTFactory.getMemberDecl(CompilationUnit cu, Scanner s, NormalClassDeclaration classDec, Modifiers modList)