|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
languageShortName
using a newly created ScriptEngineManager
instance.
InterruptedException
when
some conditions are met.UnsupportedOperationException
for an empty range.
UnsupportedOperationException
for an empty range.
UnsupportedOperationException
for an empty range.
AnnotationNode
conforms to annotation meta
- enhancing an AnnotationNode
AST to reflect real annotation metaReduction
from this node.
Reduction
from this node.
Reduction
from this token.
Reduction
from this token, adding the supplied
node as the second element.
Reduction
from this token, adding the supplied
nodes as the second and third element, respectively.
Reduction
from this token, adding the supplied
nodes as the second, third, and fourth element, respectively.
assert i !- AssertStatement(BooleanExpression) -
Constructor for class org.codehaus.groovy.ast.stmt.AssertStatement
-
- AssertStatement(BooleanExpression, Expression) -
Constructor for class org.codehaus.groovy.ast.stmt.AssertStatement
-
- assertToString(Object, String) -
Method in class groovy.util.GroovyTestCase
- Asserts that the value of toString() on the given object matches the
given text string
- assertTypeNotNull(ClassNode, AST) -
Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
-
- assertValidIdentifier(String, String, ASTNode) -
Static method in class org.codehaus.groovy.classgen.VerifierCodeVisitor
-
- assertValidName(String) -
Method in class org.codehaus.groovy.classgen.VerifierCodeVisitorTest
-
- ASSIGN -
Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
-
- ASSIGN -
Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
-
- ASSIGN -
Static variable in class org.codehaus.groovy.syntax.Types
-
- ASSIGNMENT_OPERATOR -
Static variable in class org.codehaus.groovy.syntax.Types
-
- assignmentExpression() -
Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- assignmentExpression(int) -
Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- assignmentLessExpression() -
Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- assignStatement(Expression, Expression) -
Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
-
- assignToArray(Expression, Expression, Expression, Expression) -
Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
-
- assignToArray(Expression, Expression, Expression, Expression) -
Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionMultiTypeDispatcher
-
- asSql(GString, List<Object>) -
Method in class groovy.sql.Sql
- Hook to allow derived classes to override sql generation from GStrings.
- asSynchronized(Map<K, V>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- A convenience method for creating a synchronized Map.
- asSynchronized(SortedMap<K, V>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- A convenience method for creating a synchronized SortedMap.
- asSynchronized(Collection<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- A convenience method for creating a synchronized Collection.
- asSynchronized(List<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- A convenience method for creating a synchronized List.
- asSynchronized(Set<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- A convenience method for creating a synchronized Set.
- asSynchronized(SortedSet<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- A convenience method for creating a synchronized SortedSet.
- ast -
Variable in class org.codehaus.groovy.antlr.AntlrParserPlugin
-
- ast -
Variable in class org.codehaus.groovy.control.CompilationUnit
-
- ast -
Variable in class org.codehaus.groovy.control.SourceUnit
- The root of the Abstract Syntax Tree for the source
- AstBuilderTransformation - Class in org.codehaus.groovy.ast.builder
- Transformation to capture ASTBuilder from code statements.
- AstBuilderTransformation() -
Constructor for class org.codehaus.groovy.ast.builder.AstBuilderTransformation
-
- ASTHelper - Class in org.codehaus.groovy.syntax
- A common base class of AST helper methods which can be shared across the classic and new parsers
- ASTHelper(SourceUnit, ClassLoader) -
Constructor for class org.codehaus.groovy.syntax.ASTHelper
-
- ASTHelper() -
Constructor for class org.codehaus.groovy.syntax.ASTHelper
-
- ASTNode - Class in org.codehaus.groovy.ast
- Base class for any AST node.
- ASTNode() -
Constructor for class org.codehaus.groovy.ast.ASTNode
-
- ASTParserException - Exception in org.codehaus.groovy.antlr
- Thrown when trying to parse the AST
- ASTParserException(ASTRuntimeException) -
Constructor for exception org.codehaus.groovy.antlr.ASTParserException
-
- ASTParserException(String, ASTRuntimeException) -
Constructor for exception org.codehaus.groovy.antlr.ASTParserException
-
- ASTRuntimeException - Exception in org.codehaus.groovy.antlr
-
- ASTRuntimeException(AST, String) -
Constructor for exception org.codehaus.groovy.antlr.ASTRuntimeException
-
- ASTRuntimeException(AST, String, Throwable) -
Constructor for exception org.codehaus.groovy.antlr.ASTRuntimeException
-
- ASTTest - Class in org.codehaus.groovy.ast
- Base class for every TestCase that uses an AST
- ASTTest() -
Constructor for class org.codehaus.groovy.ast.ASTTest
-
- AstToTextHelper - Class in org.codehaus.groovy.ast
- Helper class for converting AST into text.
- AstToTextHelper() -
Constructor for class org.codehaus.groovy.ast.AstToTextHelper
-
- ASTTransformation - Interface in org.codehaus.groovy.transform
- This class is instantiated and invoked when an AST transformation is
activated.
- ASTTransformationCollectorCodeVisitor - Class in org.codehaus.groovy.transform
- This visitor walks the AST tree and collects references to Annotations that
are annotated themselves by
GroovyASTTransformation
. - ASTTransformationCollectorCodeVisitor(SourceUnit, GroovyClassLoader) -
Constructor for class org.codehaus.groovy.transform.ASTTransformationCollectorCodeVisitor
-
- ASTTransformationVisitor - Class in org.codehaus.groovy.transform
- This class handles the invocation of the ASTAnnotationTransformation
when it is encountered by a tree walk.
- asType(Collection, Class<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Converts the given collection to another type.
- asType(Object[], Class<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Converts the given array to either a List, Set, or
SortedSet.
- asType(Closure, Class<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Coerces the closure to an implementation of the given class.
- asType(Map, Class<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Coerces this map to the given type, using the map's keys as the public
method names, and values as the implementation.
- asType(Number, Class<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Transform this number to a the given type, using the 'as' operator.
- asType(File, Class<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Converts this File to a
Writable
or delegates to default
DefaultGroovyMethods.asType(java.lang.Object, java.lang.Class)
.
- asType(GString, Class<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Converts the GString to a File, or delegates to the default
DefaultGroovyMethods.asType(java.lang.Object, java.lang.Class)
- asType(String, Class<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Provides a method to perform custom 'dynamic' type conversion
to the given class using the
as
operator.
- asType(CharSequence, Class<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Provides a method to perform custom 'dynamic' type conversion
to the given class using the
as
operator.
- asType(Object, Class<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Converts a given object to a type.
- asType(Class) -
Method in class org.codehaus.groovy.runtime.NullObject
- Type conversion method for null.
- asType(Object, Class) -
Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
- Provides a hook for type coercion of the given object to the required type
- asUnwrappedArray(Object) -
Static method in class org.codehaus.groovy.runtime.InvokerHelper
-
- asWrapperArray(Object, Class) -
Static method in class org.codehaus.groovy.runtime.MetaClassHelper
-
- asWritable() -
Method in class groovy.lang.Closure
-
- asWritable(File) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Converts this File to a
Writable
.
- asWritable(File, String) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Allows a file to return a Writable implementation that can output itself
to a Writer stream.
- at -
Variable in class groovy.lang.EmptyRange
- The value at which the range originates (may be
null
).
- AT -
Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
-
- AT -
Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
-
- atDollarDollarEscape() -
Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
-
- atDollarSlashEscape() -
Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
-
- attribute(Object) -
Method in class groovy.util.Node
-
- Attribute - Class in groovy.util.slurpersupport
- Lazy evaluated representation of a node attribute.
- Attribute(String, String, GPathResult, String, Map<String, String>) -
Constructor for class groovy.util.slurpersupport.Attribute
-
- attributeDelegates -
Variable in class groovy.util.FactoryBuilderSupport
-
- AttributeExpression - Class in org.codehaus.groovy.ast.expr
- Represents an attribute access (accessing the field of a class) such as the expression "foo.
- AttributeExpression(Expression, Expression) -
Constructor for class org.codehaus.groovy.ast.expr.AttributeExpression
-
- AttributeExpression(Expression, Expression, boolean) -
Constructor for class org.codehaus.groovy.ast.expr.AttributeExpression
-
- attributes() -
Method in class groovy.util.Node
-
- attributes() -
Method in class groovy.util.slurpersupport.Node
-
- attributes() -
Method in class groovy.util.slurpersupport.NodeChild
-
- attributes(Element) -
Static method in class groovy.xml.dom.DOMCategory
-
- atValidDollarEscape() -
Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
-
- AUTO_INDENT -
Static variable in class groovy.ui.text.TextEditor
-
- autoboxType(Class) -
Static method in class org.codehaus.groovy.reflection.ReflectionCache
-
- AutoClone - Annotation Type in groovy.transform
- Note: This annotation is currently experimental!
- AutoCloneASTTransformation - Class in org.codehaus.groovy.transform
- Handles generation of code for the @AutoClone annotation.
- AutoCloneASTTransformation() -
Constructor for class org.codehaus.groovy.transform.AutoCloneASTTransformation
-
- AutoCloneStyle - Enum in groovy.transform
- Intended style to use for cloning when using the
@
AutoClone annotation. - AutoExternalize - Annotation Type in groovy.transform
- Note: This annotation is currently experimental!
- AutoExternalizeASTTransformation - Class in org.codehaus.groovy.transform
- Handles generation of code for the @AutoExternalize annotation.
- AutoExternalizeASTTransformation() -
Constructor for class org.codehaus.groovy.transform.AutoExternalizeASTTransformation
-
- autoRegisterNodes() -
Method in class groovy.util.FactoryBuilderSupport
- Ask the nodes to be registered
- autoRegistrationComplete -
Variable in class groovy.util.FactoryBuilderSupport
-
- autoRegistrationRunning -
Variable in class groovy.util.FactoryBuilderSupport
-
ObjectRange
s of BigDecimal
s.@Bindable
annotation when @Vetoable
is not present.FullBinding
s on the source half to the model
object for every property reference (and I do mean every, valid or not, queried before or not).Attributes
from a Map
asBoolean()
method added on types.
ObjectRange
s of Character
s.CharsetToolkit
utility class.
SecurityException
.
CompilerConfiguration.addCompilationCustomizers(CompilationCustomizer...)
ModuleNode
instances.Collection.contains(java.lang.Object)
to make Strings more polymorphic.
Collection.contains(java.lang.Object)
to make CharSequences more polymorphic.
from
value for the range and less than or equal to the to
value.