Uses of Class
org.fife.rsta.ac.java.rjc.lang.Type
-
Packages that use Type Package Description org.fife.rsta.ac.java Java code completion classes.org.fife.rsta.ac.java.rjc.ast Nodes making an abstract syntax tree for Java code.org.fife.rsta.ac.java.rjc.lang Classes representing Java language constructs.org.fife.rsta.ac.java.rjc.parser A parser for Java source code.org.fife.rsta.ac.java.tree Java outline tree implementation. -
-
Uses of Type in org.fife.rsta.ac.java
Methods in org.fife.rsta.ac.java with parameters of type Type Modifier and Type Method Description private voidSourceParamChoicesProvider. addPublicAndProtectedFieldsAndGetters(Type type, JarManager jm, Package pkg, java.util.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)private java.util.Map<java.lang.String,java.lang.String>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, java.lang.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 Type Modifier and Type Field Description private TypeNormalClassDeclaration. extendedTypeprivate TypeField. typeprivate TypeLocalVariable. typeprivate TypeMethod. typeFields in org.fife.rsta.ac.java.rjc.ast with type parameters of type Type Modifier and Type Field Description private java.util.List<Type>NormalInterfaceDeclaration. extendedListprivate java.util.List<Type>NormalClassDeclaration. implementedListMethods in org.fife.rsta.ac.java.rjc.ast that return Type Modifier and Type Method Description TypeNormalClassDeclaration. getExtendedType()TypeCodeBlock. getType()Returnsnull, since blocks don't have types.TypeField. getType()TypeLocalVariable. getType()TypeMember. getType()Returns the type of this member.TypeMethod. getType()Methods in org.fife.rsta.ac.java.rjc.ast that return types with arguments of type Type Modifier and Type Method Description java.util.Iterator<Type>NormalInterfaceDeclaration. getExtendedIterator()java.util.Iterator<Type>NormalClassDeclaration. getImplementedIterator()Methods in org.fife.rsta.ac.java.rjc.ast with parameters of type Type Modifier and Type Method Description voidNormalInterfaceDeclaration. 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, java.lang.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 Type Constructor Description Field(Scanner s, Modifiers modifiers, Type type, Token t)FormalParameter(Scanner s, boolean isFinal, Type type, int offs, java.lang.String name, java.util.List<Annotation> annotations)LocalVariable(Scanner s, boolean isFinal, Type type, int offs, java.lang.String name)Method(Scanner s, Modifiers modifiers, Type type, Token nameToken, java.util.List<FormalParameter> params, java.util.List<java.lang.String> thrownTypeNames) -
Uses of Type in org.fife.rsta.ac.java.rjc.lang
Fields in org.fife.rsta.ac.java.rjc.lang declared as Type Modifier and Type Field Description private TypeTypeArgument. otherTypeprivate TypeAnnotation. typeprivate TypeTypeArgument. typeprivate TypeVariable. typeFields in org.fife.rsta.ac.java.rjc.lang with type parameters of type Type Modifier and Type Field Description private java.util.List<Type>TypeParameter. boundsMethods in org.fife.rsta.ac.java.rjc.lang that return Type Modifier and Type Method Description TypeVariable. getType()Methods in org.fife.rsta.ac.java.rjc.lang with parameters of type Type Modifier and Type Method Description voidTypeParameter. addBound(Type bound)Adds a bound to this type parameter.Constructors in org.fife.rsta.ac.java.rjc.lang with parameters of type Type Constructor Description Annotation(Type type)Constructor.TypeArgument(Type type)TypeArgument(Type type, int doesExtend, Type otherType)Variable(boolean isFinal, Type type, Token name) -
Uses of Type in org.fife.rsta.ac.java.rjc.parser
Methods in org.fife.rsta.ac.java.rjc.parser that return Type Modifier and Type Method Description private 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 Type Modifier and Type Method Description (package private) static voidMemberTreeNode. appendType(Type type, java.lang.StringBuilder sb)
-