Constructor and Description |
---|
ConditionalPredicate(Expression expr) |
Modifier and Type | Method and Description |
---|---|
int |
getBeginColumn() |
int |
getBeginLine() |
int |
getEndColumn() |
int |
getEndLine() |
String |
getFilename() |
Expression |
getPredicate() |
String |
getText() |
void |
setBeginColumn(int passed) |
void |
setBeginLine(int passed) |
void |
setEndColumn(int passed) |
void |
setEndLine(int passed) |
void |
setFilename(String fname) |
void |
setPredicate(Expression expr) |
void |
setText(String text) |
String |
toString() |
VariableSet |
variablesRead() |
VariableSet |
variablesUpdated() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
ctxAndFilenameToParseInfo
public ConditionalPredicate(Expression expr)
public Expression getPredicate()
public void setPredicate(Expression expr)
public VariableSet variablesRead()
public VariableSet variablesUpdated()
public void setFilename(String fname)
setFilename
in interface ParseInfo
public void setBeginLine(int passed)
setBeginLine
in interface ParseInfo
public void setBeginColumn(int passed)
setBeginColumn
in interface ParseInfo
public void setEndLine(int passed)
setEndLine
in interface ParseInfo
public void setEndColumn(int passed)
setEndColumn
in interface ParseInfo
public String getFilename()
getFilename
in interface ParseInfo
public int getBeginLine()
getBeginLine
in interface ParseInfo
public int getBeginColumn()
getBeginColumn
in interface ParseInfo
public int getEndLine()
getEndLine
in interface ParseInfo
public int getEndColumn()
getEndColumn
in interface ParseInfo
Copyright © 2020 The Apache Software Foundation. All rights reserved.