Method | Description | |
---|---|---|
BinarySentence ( String op, |
||
Equals ( Object o ) : bool | ||
GetHashCode ( ) : int | ||
ToString ( ) : String | ||
accept ( PLVisitor plv, Object arg ) : Object | ||
firstTermIsAndSentence ( ) : bool | ||
getFirst ( ) : |
||
getOperator ( ) : String | ||
getSecond ( ) : |
||
isAndSentence ( ) : bool | ||
isBiconditional ( ) : bool | ||
isImplication ( ) : bool | ||
isOrSentence ( ) : bool | ||
secondTermIsAndSentence ( ) : bool |
public BinarySentence ( String op, |
||
op | String | |
first | ||
second | ||
return | System |
public accept ( PLVisitor plv, Object arg ) : Object | ||
plv | PLVisitor | |
arg | Object | |
return | Object |