Uses of Interface
org.codehaus.janino.util.signature.SignatureParser.TypeSignature
Packages that use SignatureParser.TypeSignature
-
Uses of SignatureParser.TypeSignature in org.codehaus.janino.util.signature
Subinterfaces of SignatureParser.TypeSignature in org.codehaus.janino.util.signatureModifier and TypeInterfaceDescriptionstatic interface
Representation of the "FieldTypeSignature" clause.Classes in org.codehaus.janino.util.signature that implement SignatureParser.TypeSignatureModifier and TypeClassDescriptionstatic class
Representation of the "ArrayTypeSignature" clause.static class
Representation of the "ClassTypeSignature" clause, e.g.static class
Representation of the "PrimitiveTypeSignature" clause, i.e.static class
Representation of the "TypeVariableSignature" clause, e.g.Fields in org.codehaus.janino.util.signature declared as SignatureParser.TypeSignatureModifier and TypeFieldDescriptionSignatureParser.ArrayTypeSignature.componentTypeSignature
The type of the array components.SignatureParser.MethodTypeSignature.returnType
The return type of the method.static final SignatureParser.TypeSignature
SignatureParser.VOID
Representation of the 'void' type.Fields in org.codehaus.janino.util.signature with type parameters of type SignatureParser.TypeSignatureModifier and TypeFieldDescriptionSignatureParser.MethodTypeSignature.parameterTypes
The types of the method's parameters.Methods in org.codehaus.janino.util.signature that return SignatureParser.TypeSignatureModifier and TypeMethodDescriptionprivate SignatureParser.TypeSignature
SignatureParser.decodeClassName
(String internalName) SignatureParser.decodeClassNameOrFieldDescriptor
(String s) Decodes a "class-name-or-field-descriptor" as defined in JLS8 4.4.1 ("name_index").SignatureParser.decodeFieldDescriptor
(String s) Decodes a 'field descriptor' as defined in JLS7 4.3.2.SignatureParser.decodeReturnType
(String s) Decodes a 'return type' as defined in JVMS7 4.3.4 / JVMS8 4.7.9.1.SignatureParser.decodeTypeSignature
(String s) Decodes a 'type signature' as defined in JVMS7 4.3.4 / JVMS8 4.7.9.1.private SignatureParser.TypeSignature
SignatureParser.parseFieldDescriptor
(StringCharStream scs) private SignatureParser.TypeSignature
SignatureParser.parseReturnType
(StringCharStream scs) private SignatureParser.TypeSignature
SignatureParser.parseTypeSignature
(StringCharStream scs) Constructors in org.codehaus.janino.util.signature with parameters of type SignatureParser.TypeSignatureModifierConstructorDescriptionArrayTypeSignature
(SignatureParser.TypeSignature componentTypeSignature) MethodTypeSignature
(List<SignatureParser.FormalTypeParameter> formalTypeParameters, List<SignatureParser.TypeSignature> parameterTypes, SignatureParser.TypeSignature returnType, List<SignatureParser.ThrowsSignature> thrownTypes)