|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRaptor.ProgramParser.Statements.Instruction
Raptor.ProgramParser.Statements.Skip
public class Skip
A skip instruction.
Extends abstract Instruction class.
Constructor Summary | |
---|---|
Skip()
Constructs a new Skip instruction. |
Method Summary | |
---|---|
java.lang.String |
clashes(PanSignature pSignature)
Returns a String containing an Error character if this Formula clashes with the passed PanSignature, Otherwise it will return an Empty String "" A Skip Statement doesn't clash with the signature. |
java.lang.String |
display()
Returns a String to display the skip instruction. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Skip()
Method Detail |
---|
public java.lang.String display()
display
in class Instruction
public java.lang.String clashes(PanSignature pSignature)
clashes
in class Instruction
pSignature
- PanSignature represents the PanSignature to be checked if this
Formula clashes with.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |