def __init__(self): TransitionWithoutAction.__init__( self, Configuration(StringState(), '"'), Configuration(ExpressionEndState(), ''))
def __init__(self): TransitionWithoutAction.__init__(self, Configuration(MemberState(), '$'), Configuration(AcceptState(), ''))
def __init__(self): TransitionWithoutAction.__init__( self, Configuration(MemberState(), ')'), Configuration(ExpressionEndState(), ''))
def __init__(self): TransitionWithoutAction.__init__(self, Configuration(MessageState(), '{'), Configuration(CodeState(), ''))
def __init__(self): TransitionWithoutAction.__init__(self, Configuration(MessageState(), '"'), Configuration(AcceptState(), ''))
def __init__(self): TransitionWithoutAction.__init__( self, Configuration(PythonClosingBraceState(), '}'), Configuration(MessageState(), ''))
def __init__(self): TransitionWithoutAction.__init__(self, Configuration(VariableState(), '='), Configuration(OperatorState(), ''))
def __init__(self): TransitionWithoutAction.__init__(self, Configuration(ArgumentState(), ')'), Configuration(AcceptState(), ''))
def __init__(self): TransitionWithoutAction.__init__( self, Configuration(ValueState(), '"'), Configuration(ConstraintEndState(), ''))
def __init__(self): TransitionWithoutAction.__init__( self, Configuration(ArgumentState(), ','), Configuration(RequiredArgumentState(), ''))
def __init__(self): TransitionWithoutAction.__init__(self, Configuration(AdviserState(), '}'), Configuration(MessageState(), ''))
def __init__(self): TransitionWithoutAction.__init__(self, Configuration(VariableState(), '.'), Configuration(MemberState(), ''))
def __init__(self): TransitionWithoutAction.__init__(self, Configuration(VariableState(), ','), Configuration(ExpressionState(), ''))
def __init__(self): TransitionWithoutAction.__init__(self, Configuration(FunctionNameState(), '('), Configuration(ArgumentStartState(), ''))