public class PropertyNode extends ClassFunctionNode
| Constructor and Description |
|---|
PropertyNode(String name) |
PropertyNode(String name,
boolean isSetter) |
PropertyNode(String name,
String className,
boolean isStatic,
boolean isSetter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
genCode() |
boolean |
isSetter() |
getReturnType, isOverride, isStatic, setOverride, setReturnType, setStaticaddChild, getChildren, getChildren, getEnd, getFirstChild, getName, getParent, getProgramNode, getStart, setTokens, toString, withChildpublic PropertyNode(String name)
public PropertyNode(String name, boolean isSetter)
public boolean isSetter()
public String genCode()
genCode in class ClassFunctionNodepublic boolean equals(Object obj)
equals in class ClassFunctionNodeCopyright © 2018. All rights reserved.