|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icepdf.core.tag.query.Operator
public abstract class Operator
| Field Summary | |
|---|---|
protected Expression[] |
childExpressions
|
protected int |
scope
|
static int |
SCOPE_IMAGE
|
static int |
SCOPE_TAG
|
| Constructor Summary | |
|---|---|
Operator()
|
|
| Method Summary | |
|---|---|
java.lang.String |
describe(int indent)
|
int |
getScope()
|
void |
setChildExpressions(Expression[] children)
|
void |
setScope(int scope)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.icepdf.core.tag.query.Expression |
|---|
getArgumentCount, matches |
| Field Detail |
|---|
public static int SCOPE_TAG
public static int SCOPE_IMAGE
protected int scope
protected Expression[] childExpressions
| Constructor Detail |
|---|
public Operator()
| Method Detail |
|---|
public int getScope()
public void setScope(int scope)
public void setChildExpressions(Expression[] children)
public java.lang.String describe(int indent)
describe in interface Expression
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||