public class ClassDef extends Object
Modifier and Type | Method and Description |
---|---|
List<FieldDef> |
getFields() |
String |
getName() |
int |
getRefNo() |
PhpTokenizer.PhpDataType |
getType() |
boolean |
isFirstVisit() |
void |
setFirstVisit(boolean firstVisit) |
void |
setType(PhpTokenizer.PhpDataType type) |
String |
toString() |
public String getName()
public PhpTokenizer.PhpDataType getType()
public int getRefNo()
public boolean isFirstVisit()
public void setFirstVisit(boolean firstVisit)
public void setType(PhpTokenizer.PhpDataType type)
Copyright © 2016. All rights reserved.