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 interfaceRepresentation of the "FieldTypeSignature" clause.Classes in org.codehaus.janino.util.signature that implement SignatureParser.TypeSignatureModifier and TypeClassDescriptionstatic classRepresentation of the "ArrayTypeSignature" clause.static classRepresentation of the "ClassTypeSignature" clause, e.g.static classRepresentation of the "PrimitiveTypeSignature" clause, i.e.static classRepresentation of the "TypeVariableSignature" clause, e.g.Fields in org.codehaus.janino.util.signature declared as SignatureParser.TypeSignatureModifier and TypeFieldDescriptionSignatureParser.ArrayTypeSignature.componentTypeSignatureThe type of the array components.SignatureParser.MethodTypeSignature.returnTypeThe return type of the method.static final SignatureParser.TypeSignatureSignatureParser.VOIDRepresentation of the 'void' type.Fields in org.codehaus.janino.util.signature with type parameters of type SignatureParser.TypeSignatureModifier and TypeFieldDescriptionSignatureParser.MethodTypeSignature.parameterTypesThe types of the method's parameters.Methods in org.codehaus.janino.util.signature that return SignatureParser.TypeSignatureModifier and TypeMethodDescriptionprivate SignatureParser.TypeSignatureSignatureParser.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.TypeSignatureSignatureParser.parseFieldDescriptor(StringCharStream scs) private SignatureParser.TypeSignatureSignatureParser.parseReturnType(StringCharStream scs) private SignatureParser.TypeSignatureSignatureParser.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)