Package jasima.core.util.converter
Class ArgListParser.ParseTree
- java.lang.Object
-
- jasima.core.util.converter.ArgListParser.ParseTree
-
- Enclosing class:
- ArgListParser
public static class ArgListParser.ParseTree extends Object
-
-
Constructor Summary
Constructors Constructor Description ParseTree(String classOrXmlName, Map<String,ArgListParser.ParseTree> params)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassOrXmlName()Map<String,ArgListParser.ParseTree>getParams()voidsetClassOrXmlName(String classOrXmlName)voidsetParams(Map<String,ArgListParser.ParseTree> params)StringtoString()static StringBuildertoString(ArgListParser.ParseTree t, StringBuilder sb)
-
-
-
Constructor Detail
-
ParseTree
public ParseTree(String classOrXmlName, Map<String,ArgListParser.ParseTree> params)
-
-
Method Detail
-
getClassOrXmlName
public String getClassOrXmlName()
-
setClassOrXmlName
public void setClassOrXmlName(String classOrXmlName)
-
getParams
public Map<String,ArgListParser.ParseTree> getParams()
-
setParams
public void setParams(Map<String,ArgListParser.ParseTree> params)
-
toString
public static StringBuilder toString(ArgListParser.ParseTree t, StringBuilder sb)
-
-