public class SignatureHolder extends Object implements Iterable<CodeGeneratorMethod>
Modifier and Type | Field and Description |
---|---|
static CodeGeneratorMethod |
DRILL_INIT |
static String |
DRILL_INIT_METHOD |
Modifier and Type | Method and Description |
---|---|
CodeGeneratorMethod |
get(int i) |
int |
get(String method) |
SignatureHolder[] |
getChildHolders() |
static SignatureHolder |
getHolder(Class<?> signature) |
Class<?> |
getSignatureClass() |
Iterator<CodeGeneratorMethod> |
iterator() |
int |
size() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public static final String DRILL_INIT_METHOD
public static final CodeGeneratorMethod DRILL_INIT
public static SignatureHolder getHolder(Class<?> signature)
public Class<?> getSignatureClass()
public CodeGeneratorMethod get(int i)
public Iterator<CodeGeneratorMethod> iterator()
iterator
in interface Iterable<CodeGeneratorMethod>
public int size()
public SignatureHolder[] getChildHolders()
public int get(String method)
Copyright © 1970 The Apache Software Foundation. All rights reserved.