Represents an inner class defined as helper for an interface
Constructor and description |
---|
InterfaceHelperClassNode
(org.codehaus.groovy.ast.ClassNode outerClass, String name, int modifiers, org.codehaus.groovy.ast.ClassNode superClass, List<String> callSites) @param name is the full name of the class |
Type Params | Return Type | Name and description |
---|---|---|
|
List<String> |
getCallSites() |
|
void |
setCallSites(List<String> cs) |
Methods inherited from class | Name |
---|---|
class InnerClassNode |
addConstructor, addConstructor, getOuterClass, getOuterField, getOuterMostClass, getVariableScope, isAnonymous, setAnonymous, setVariableScope |
name
- is the full name of the classmodifiers
- the modifiers,superClass
- the base class name - use "java.lang.Object" if no direct base classcallSites
- list of callsites used in the interfaceCopyright © 2003-2019 The Apache Software Foundation. All rights reserved.