Uses of Class
org.fife.rsta.ac.java.rjc.lang.Type
Packages that use Type
Package
Description
Java code completion classes.
Nodes making an abstract syntax tree for Java code.
Classes representing Java language constructs.
A parser for Java source code.
Java outline tree implementation.
-
Uses of Type in org.fife.rsta.ac.java
Methods in org.fife.rsta.ac.java with parameters of type TypeModifier and TypeMethodDescriptionprivate voidSourceParamChoicesProvider.addPublicAndProtectedFieldsAndGetters(Type type, JarManager jm, Package pkg, List<org.fife.ui.autocomplete.Completion> list) Adds all accessible fields and getters of a specific type, from an extended class or implemented interface.static FieldCompletionFieldCompletion.createLengthCompletion(org.fife.ui.autocomplete.CompletionProvider provider, Type type) SourceCompletionProvider.createTypeParamMap(Type type, ClassFile cf) Creates and returns a mapping of type parameters to type arguments.private booleanSourceParamChoicesProvider.isPrimitiveNumericType(Type type) private booleanSourceParamChoicesProvider.isTypeCompatible(Type type, String typeName) Returns whether aTypeand a type name are type compatible. -
Uses of Type in org.fife.rsta.ac.java.rjc.ast
Fields in org.fife.rsta.ac.java.rjc.ast declared as TypeModifier and TypeFieldDescriptionprivate TypeNormalClassDeclaration.extendedTypeprivate TypeField.typeprivate TypeLocalVariable.typeprivate TypeMethod.typeFields in org.fife.rsta.ac.java.rjc.ast with type parameters of type TypeModifier and TypeFieldDescriptionNormalInterfaceDeclaration.extendedListNormalClassDeclaration.implementedListMethods in org.fife.rsta.ac.java.rjc.ast that return TypeModifier and TypeMethodDescriptionNormalClassDeclaration.getExtendedType()CodeBlock.getType()Returnsnull, since blocks don't have types.Field.getType()LocalVariable.getType()Member.getType()Returns the type of this member.Method.getType()Methods in org.fife.rsta.ac.java.rjc.ast that return types with arguments of type TypeModifier and TypeMethodDescriptionNormalInterfaceDeclaration.getExtendedIterator()NormalClassDeclaration.getImplementedIterator()Methods in org.fife.rsta.ac.java.rjc.ast with parameters of type TypeModifier and TypeMethodDescriptionvoidNormalInterfaceDeclaration.addExtended(Type extended) Adds a type this interface extends.voidNormalClassDeclaration.addImplemented(Type implemented) Adds an implemented type to this class declaration.private booleanNormalClassDeclaration.isTypeCompatible(Type type, String typeName) Returns whether aTypeand a type name are type compatible.voidNormalClassDeclaration.setExtendedType(Type type) Constructors in org.fife.rsta.ac.java.rjc.ast with parameters of type TypeModifierConstructorDescriptionFormalParameter(Scanner s, boolean isFinal, Type type, int offs, String name, List<Annotation> annotations) LocalVariable(Scanner s, boolean isFinal, Type type, int offs, String name) Method(Scanner s, Modifiers modifiers, Type type, Token nameToken, List<FormalParameter> params, List<String> thrownTypeNames) -
Uses of Type in org.fife.rsta.ac.java.rjc.lang
Fields in org.fife.rsta.ac.java.rjc.lang declared as TypeModifier and TypeFieldDescriptionprivate TypeTypeArgument.otherTypeprivate TypeAnnotation.typeprivate TypeTypeArgument.typeprivate TypeVariable.typeFields in org.fife.rsta.ac.java.rjc.lang with type parameters of type TypeMethods in org.fife.rsta.ac.java.rjc.lang that return TypeMethods in org.fife.rsta.ac.java.rjc.lang with parameters of type TypeModifier and TypeMethodDescriptionvoidAdds a bound to this type parameter.Constructors in org.fife.rsta.ac.java.rjc.lang with parameters of type TypeModifierConstructorDescriptionAnnotation(Type type) Constructor.TypeArgument(Type type) TypeArgument(Type type, int doesExtend, Type otherType) -
Uses of Type in org.fife.rsta.ac.java.rjc.parser
Methods in org.fife.rsta.ac.java.rjc.parser that return TypeModifier and TypeMethodDescriptionprivate TypeASTFactory.getType(CompilationUnit cu, Scanner s) private TypeASTFactory.getType(CompilationUnit cu, Scanner s, boolean pushbackOnUnexpected) -
Uses of Type in org.fife.rsta.ac.java.tree
Methods in org.fife.rsta.ac.java.tree with parameters of type TypeModifier and TypeMethodDescription(package private) static voidMemberTreeNode.appendType(Type type, StringBuilder sb)