public class MachineStack extends Object
Constructor and Description |
---|
MachineStack() |
Modifier and Type | Method and Description |
---|---|
int |
address() |
int |
calledAddress() |
MachineStack |
getOrCreateChild() |
int |
index() |
boolean |
isEmpty() |
boolean |
isIgnoreErrors() |
boolean |
isReturn() |
int |
leftRecursion() |
Matcher |
matcher() |
MachineStack |
parent() |
void |
setAddress(int address) |
void |
setCalledAddress(int calledAddress) |
void |
setIgnoreErrors(boolean ignoreErrors) |
void |
setIndex(int index) |
void |
setLeftRecursion(int leftRecursion) |
void |
setMatcher(Matcher matcher) |
List<ParseNode> |
subNodes() |
public MachineStack parent()
public MachineStack getOrCreateChild()
public boolean isReturn()
public boolean isEmpty()
public int address()
public void setAddress(int address)
public int index()
public void setIndex(int index)
public boolean isIgnoreErrors()
public void setIgnoreErrors(boolean ignoreErrors)
public Matcher matcher()
public int leftRecursion()
public void setLeftRecursion(int leftRecursion)
public int calledAddress()
public void setCalledAddress(int calledAddress)
Copyright © 2009–2017 SonarSource. All rights reserved.