public abstract static class Verify.MATCH_ONLY_00 extends Object
This class executes only the cascaded instanceof(..)
tests
and is hardly considered directly by the user.
Instead, the user works with the derived visitor classes.
Modifier and Type | Field and Description |
---|---|
protected PrintStream |
_visitor_debug_stream |
protected boolean |
partial |
Constructor and Description |
---|
MATCH_ONLY_00() |
protected boolean partial
protected PrintStream _visitor_debug_stream
public void match(Object e0)
protected void foreignObject(Object e0)
public void nomatch(Object e0)
protected void action(Verify.Type e0)
protected void action(Verify.Top e0)
protected void action(Verify.Category1 e0)
protected void action(Verify.OneWord e0)
protected void action(Verify.Int e0)
protected void action(Verify.Float e0)
protected void action(Verify.Reference e0)
protected void action(Verify.Uninitialized e0)
protected void action(Verify.UninitializedThis e0)
protected void action(Verify.UninitializedNew e0)
protected void action(Verify.Object e0)
protected void action(Verify.Null e0)
protected void action(Verify.Category2 e0)
protected void action(Verify.TwoWord e0)
protected void action(Verify.Long e0)
protected void action(Verify.Double e0)
protected void action(LLJava.Instruction e0)
public void match(Verify.Type e0)
public void match(Verify.Top e0)
public void match(Verify.Category1 e0)
public void match(Verify.OneWord e0)
public void match(Verify.Int e0)
public void match(Verify.Float e0)
public void match(Verify.Reference e0)
public void match(Verify.Uninitialized e0)
public void match(Verify.UninitializedThis e0)
public void match(Verify.UninitializedNew e0)
public void match(Verify.Object e0)
public void match(Verify.Null e0)
public void match(Verify.Category2 e0)
public void match(Verify.TwoWord e0)
public void match(Verify.Long e0)
public void match(Verify.Double e0)
see also the complete user documentation .