public static class SplitGroupUtils.Group extends Object
| 构造器和说明 |
|---|
Group() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<SplitGroupUtils.Group> |
getChildren() |
String |
getContext() |
int |
getLeft() |
int |
getRight() |
int |
getType() |
String |
getValue() |
void |
setChildren(List<SplitGroupUtils.Group> children) |
void |
setContext(String context) |
void |
setLeft(int left) |
void |
setRight(int right) |
void |
setType(int type) |
void |
setValue(String value) |
String |
toString() |
public int getLeft()
public void setLeft(int left)
public int getRight()
public void setRight(int right)
public int getType()
public void setType(int type)
public String getValue()
public void setValue(String value)
public String getContext()
public void setContext(String context)
public List<SplitGroupUtils.Group> getChildren()
public void setChildren(List<SplitGroupUtils.Group> children)
Copyright © 2022–2023. All rights reserved.