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, setStatic
addChild, getChildren, getChildren, getEnd, getFirstChild, getName, getParent, getProgramNode, getStart, setTokens, toString, withChild
public PropertyNode(String name)
public PropertyNode(String name, boolean isSetter)
public boolean isSetter()
public String genCode()
genCode
in class ClassFunctionNode
public boolean equals(Object obj)
equals
in class ClassFunctionNode
Copyright © 2024. All rights reserved.