public class IdlArrayBase extends IdlDefnImplBase implements IdlType
| Modifier | Constructor and Description |
|---|---|
protected |
IdlArrayBase(IdlScopeBase parent,
String name,
IdlType elem,
int length) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Integer> |
dimensions() |
IdlScopeBase |
getCircularScope(IdlScopeBase startScope,
List<Object> doneDefn) |
boolean |
isEmptyDef() |
void |
write(PrintWriter pw) |
void |
write(PrintWriter pw,
String name) |
definedIn, flush, fullName, fullName, isCircular, localName, name, scopeName, writeFwdprotected IdlArrayBase(IdlScopeBase parent, String name, IdlType elem, int length)
public void write(PrintWriter pw)
public void write(PrintWriter pw, String name)
write in interface IdlDefnwrite in class IdlDefnImplBasepublic boolean isEmptyDef()
isEmptyDef in interface IdlDefnisEmptyDef in class IdlDefnImplBasepublic IdlScopeBase getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
getCircularScope in interface IdlDefngetCircularScope in class IdlDefnImplBaseApache CXF