Uses of Interface
org.codehaus.janino.util.signature.SignatureParser.FieldTypeSignature
Packages that use SignatureParser.FieldTypeSignature
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of SignatureParser.FieldTypeSignature in org.codehaus.janino
Methods in org.codehaus.janino with parameters of type SignatureParser.FieldTypeSignatureModifier and TypeMethodDescriptionprivate ITypeVariableOrIClass
ClassFileIClass.fieldTypeSignatureToITypeVariableOrIClass
(SignatureParser.FieldTypeSignature fts) -
Uses of SignatureParser.FieldTypeSignature in org.codehaus.janino.util.signature
Classes in org.codehaus.janino.util.signature that implement SignatureParser.FieldTypeSignatureModifier and TypeClassDescriptionstatic class
Representation of the "ArrayTypeSignature" clause.static class
Representation of the "ClassTypeSignature" clause, e.g.static class
Representation of the "TypeVariableSignature" clause, e.g.Fields in org.codehaus.janino.util.signature declared as SignatureParser.FieldTypeSignatureModifier and TypeFieldDescriptionSignatureParser.FormalTypeParameter.classBound
The class that this formal type parameter (optionally) extends.SignatureParser.TypeArgument.fieldTypeSignature
Must be forSignatureParser.TypeArgument.Mode.ANY
, non-null
otherwise.Fields in org.codehaus.janino.util.signature with type parameters of type SignatureParser.FieldTypeSignatureModifier and TypeFieldDescriptionSignatureParser.FormalTypeParameter.interfaceBounds
The interfaces that this formal type parameter (optionally) extends.Methods in org.codehaus.janino.util.signature that return SignatureParser.FieldTypeSignatureModifier and TypeMethodDescriptionSignatureParser.decodeFieldTypeSignature
(String s) Decodes a 'field type signature' as defined in JVMS7 4.3.4 / JVMS8 4.7.9.1.SignatureParser.parseArrayTypeSignature
(StringCharStream scs) SignatureParser.parseFieldTypeSignature
(StringCharStream scs) Constructors in org.codehaus.janino.util.signature with parameters of type SignatureParser.FieldTypeSignatureModifierConstructorDescriptionFormalTypeParameter
(String identifier, SignatureParser.FieldTypeSignature classBound, List<SignatureParser.FieldTypeSignature> interfaceBounds) TypeArgument
(SignatureParser.TypeArgument.Mode mode, SignatureParser.FieldTypeSignature fieldTypeSignature) Constructor parameters in org.codehaus.janino.util.signature with type arguments of type SignatureParser.FieldTypeSignatureModifierConstructorDescriptionFormalTypeParameter
(String identifier, SignatureParser.FieldTypeSignature classBound, List<SignatureParser.FieldTypeSignature> interfaceBounds)