Modifier | Constructor and Description |
---|---|
protected |
Arg() |
protected |
Arg(String name,
ArgSpec.AF flag,
ICompiled initForm,
String svar,
boolean allowOtherKeys,
boolean isLazy,
boolean pipe) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ArgSpec.AF |
getFlag() |
ICompiled |
getInit() |
String |
getName() |
int |
hashCode() |
boolean |
isAllowOtherKeys() |
boolean |
isLazy() |
boolean |
isPipe() |
String |
toString() |
protected Arg()
protected Arg(String name, ArgSpec.AF flag, ICompiled initForm, String svar, boolean allowOtherKeys, boolean isLazy, boolean pipe)
public String getName()
public ArgSpec.AF getFlag()
public boolean isLazy()
public boolean isPipe()
public boolean isAllowOtherKeys()
public ICompiled getInit()
Copyright © 2022. All rights reserved.