< A B C D E F G H I J L M N O P R S T V W

G

getAccess() - Method in class net.janino.IClass.IMember
 
getBlockStatementsToCompile() - Method in class net.janino.Java.FunctionDeclarator
 
getBlockStatementsToCompile() - Method in class net.janino.Java.ConstructorDeclarator
 
getBlockStatementsToCompile() - Method in class net.janino.Java.MethodDeclarator
 
getCatchClauses() - Method in class net.janino.Java.TryStatement
 
getClassName() - Method in class net.janino.Java.ClassOrInterfaceDeclaration
 
getClassOrInterfaceDeclaration(String) - Method in class net.janino.Java.CompilationUnit
 
getCodeAttribute() - Method in class net.janino.ClassFile.MethodInfo
Create the "Code" attribute, if it does not yet exist.
getCodeAttribute() - Method in class net.janino.ClassFile.CodeAttribute.Offset
 
getComponentType() - Method in class net.janino.IClass
Returns the component type of the array.
Returns "null" for classes, interfaces, primitive types and "void".
getComponentType() - Method in class net.janino.Java.ClassOrInterfaceDeclaration
 
getComponentType() - Method in class net.janino.Java.ArrayType
 
getConstantValue() - Method in class net.janino.Java.Rvalue
Attempts to evaluate as a constant expression.
getConstantValue() - Method in class net.janino.Java.BinaryOperation
 
getConstantValue() - Method in class net.janino.Java.Literal
 
getDeclaredIClasses() - Method in class net.janino.IClass
Returns the classes and interfaces declared as members of the class (but not inherited classes and interfaces).
Returns an empty array for an array, primitive type or "void".
getDeclaredIClasses() - Method in class net.janino.Java.ClassOrInterfaceDeclaration
 
getDeclaredIConstructors() - Method in class net.janino.IClass
Returns all the constructors declared by the class represented by the type.
getDeclaredIConstructors() - Method in class net.janino.Java.ClassDeclaration
 
getDeclaredIConstructors() - Method in class net.janino.Java.InterfaceDeclaration
 
getDeclaredIFields() - Method in class net.janino.IClass
Returns the fields of a class or interface (but not inherited fields).
Returns an empty array for an array, primitive type or "void".
getDeclaredIFields() - Method in class net.janino.Java.ClassDeclaration
 
getDeclaredIFields() - Method in class net.janino.Java.InterfaceDeclaration
 
getDeclaredIMethods() - Method in class net.janino.IClass
Returns the methods of the class or interface (but not inherited methods).
Returns an empty array for an array, primitive type or "void".
getDeclaredIMethods() - Method in class net.janino.Java.ClassOrInterfaceDeclaration
 
getDeclaringIClass() - Method in class net.janino.IClass.IInvocable
 
getDeclaringIClass() - Method in class net.janino.IClass.IField
 
getDescriptor() - Method in class net.janino.IClass
Returns the field descriptor for the type as defined by JVMS 4.3.2.
getDescriptor() - Method in class net.janino.Java.ClassOrInterfaceDeclaration
 
getDescriptor() - Method in class net.janino.IClass.IInvocable
 
getDescriptor() - Method in class net.janino.IClass.IConstructor
 
getDescriptor() - Method in class net.janino.IClass.IMethod
 
getDescriptor() - Method in class net.janino.IClass.IField
 
getEnclosingScope() - Method in interface net.janino.Java.Scope
 
getEnclosingScope() - Method in class net.janino.Java.CompilationUnit
 
getEnclosingScope() - Method in class net.janino.Java.ClassOrInterfaceDeclaration
 
getEnclosingScope() - Method in class net.janino.Java.FunctionDeclarator
 
getEnclosingScope() - Method in class net.janino.Java.Statement
 
GETFIELD - Static variable in interface net.janino.Opcode
 
getFinally() - Method in class net.janino.Java.TryStatement
 
getFormalParameters() - Method in class net.janino.Java.FunctionDeclarator
 
getIdentifier() - Method in class net.janino.Scanner.Token
 
getIFields() - Method in class net.janino.Java.FieldDeclarator
 
getInterfaces() - Method in class net.janino.IClass
Returns the interfaces implemented by the class.
Returns the superinterfaces of the interface.
Returns "Cloneable" and "Serializable" for arrays.
Returns an empty array for primitive types and "void".
getInterfaces() - Method in class net.janino.Java.ClassDeclaration
 
getInterfaces() - Method in class net.janino.Java.InterfaceDeclaration
 
getKeyword() - Method in class net.janino.Scanner.Token
 
getLiteralValue() - Method in class net.janino.Scanner.Token
 
getLocation() - Method in interface net.janino.Java.Locatable
 
getLocation() - Method in class net.janino.Java.ClassOrInterfaceDeclaration
 
getLocation() - Method in class net.janino.Java.Statement
 
getLocation() - Method in class net.janino.Scanner.Token
 
getMessage() - Method in class net.janino.Java.CompileException
Returns the message specified at creation time, preceeded with nicely formatted location information.
getMessage() - Method in class net.janino.Parser.ParseException
Returns the message specified at creation time, preceeded with nicely formatted location information.
getMethod() - Method in class net.janino.ExpressionEvaluator
If, for any reason, somebody needs the java.lang.reflect.Method object...
getMethod() - Method in class net.janino.ScriptEvaluator
If, for any reason, somebody needs the java.lang.reflect.Method object...
getModifiers() - Method in class net.janino.Java.FunctionDeclarator
 
getName() - Method in class net.janino.Java.FunctionDeclarator
 
getName() - Method in class net.janino.IClass.IMethod
 
getName() - Method in class net.janino.IClass.IField
 
getOperator() - Method in class net.janino.Scanner.Token
 
getParameterTypes() - Method in class net.janino.IClass.IInvocable
 
getReturnType() - Method in class net.janino.Java.FunctionDeclarator
 
getReturnType() - Method in class net.janino.IClass.IMethod
 
getStatements() - Method in class net.janino.Java.Block
 
GETSTATIC - Static variable in interface net.janino.Opcode
 
getSuperclass() - Method in class net.janino.IClass
Returns the superclass of the class.
Returns "null" for class "Object", interfaces, arrays, primitive types and "void".
getSuperclass() - Method in class net.janino.Java.ClassDeclaration
 
getSuperclass() - Method in class net.janino.Java.InterfaceDeclaration
 
getThrownExceptions() - Method in class net.janino.IClass.IInvocable
 
getType() - Method in class net.janino.Java.Atom
 
getType() - Method in class net.janino.Java.BasicType
 
getType() - Method in class net.janino.Java.ReferenceType
 
getType() - Method in class net.janino.Java.ArrayType
 
getType() - Method in class net.janino.Java.AmbiguousName
 
getType() - Method in class net.janino.Java.ThisReference
 
getType() - Method in class net.janino.Java.ClassLiteral
 
getType() - Method in class net.janino.Java.Assignment
 
getType() - Method in class net.janino.Java.ConditionalExpression
 
getType() - Method in class net.janino.Java.Crement
 
getType() - Method in class net.janino.Java.ArrayAccessExpression
 
getType() - Method in class net.janino.Java.FieldAccessExpression
 
getType() - Method in class net.janino.Java.UnaryOperation
 
getType() - Method in class net.janino.Java.Instanceof
 
getType() - Method in class net.janino.Java.BinaryOperation
 
getType() - Method in class net.janino.Java.Cast
 
getType() - Method in class net.janino.Java.ConstructorInvocation
 
getType() - Method in class net.janino.Java.MethodInvocation
 
getType() - Method in class net.janino.Java.SuperclassMethodInvocation
 
getType() - Method in class net.janino.Java.NewClassInstance
 
getType() - Method in class net.janino.Java.NewArray
 
getType() - Method in class net.janino.Java.ArrayInitializer
 
getType() - Method in class net.janino.Java.Literal
 
getType() - Method in class net.janino.IClass.IField
 
getWhereToBreak(ClassFile.CodeAttribute) - Method in class net.janino.Java.BreakableStatement
 
GOTO - Static variable in interface net.janino.Opcode
 
GOTO_W - Static variable in interface net.janino.Opcode
 

< A B C D E F G H I J L M N O P R S T V W